home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 03_urag / aido / 00069_help.ls < prev    next >
Encoding:
Text File  |  1994-10-05  |  196 b   |  10 lines

  1. on mouseDown
  2.   set the locV of sprite 14 to 245
  3.   set the locH of sprite 14 to 330
  4.   repeat while the stillDown
  5.     updateStage()
  6.   end repeat
  7.   set the type of sprite 14 to 0
  8.   updateStage()
  9. end
  10.